home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Menedzery hasel / Hasla 1.13 / hasla113.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-11-01  |  9.6 KB  |  212 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName={cm:MyAppVerName}
  4. AppVerName={cm:MyAppVerName}
  5. AppId={cm:MyApp}
  6. AppVersion=1.13
  7. AppPublisher=BLITZ-ART
  8. AppPublisherURL=http://www.blitz-art.com
  9. AppSupportURL=http://www.blitz-art.lsp.pl/index.php?s=prg/hasla
  10. AppUpdatesURL=http://www.blitz-art.lsp.pl/dl.php?plik=hasla
  11. DefaultDirName={pf}\{cm:MyApp}
  12. DefaultGroupName={cm:MyApp}
  13. UninstallDisplayIcon={app}\hasla.exe
  14. OutputBaseFilename=hasla113
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\hasla.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\hasla.ini"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\hasla.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  24. Source: "{app}\hasla.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\hasla.chm"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\lng\deutsch.lng"; DestDir: "{app}\lng"; Flags: ignoreversion 
  27. Source: "{app}\lng\english.lng"; DestDir: "{app}\lng"; Flags: ignoreversion 
  28. Source: "{app}\lng\translation.txt"; DestDir: "{app}\lng"; Flags: ignoreversion 
  29. Source: "{app}\licencja.rtf"; DestDir: "{app}"; Languages: "pl"; Flags: ignoreversion 
  30. Source: "{app}\historia.rtf"; DestDir: "{app}"; Languages: "pl"; Flags: ignoreversion 
  31. Source: "{app}\license.rtf"; DestDir: "{app}"; Languages: "en de"; Flags: ignoreversion 
  32. Source: "{app}\history.rtf"; DestDir: "{app}"; Languages: "en de"; Flags: ignoreversion 
  33. [INI]
  34. FileName: "{app}\hasla.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.blitz-art.lsp.pl/index.php?s=prg/hasla"; 
  35. FileName: "{app}\hasla.ini"; Section: "settings"; Key: "Language"; String: "{cm:LangName}"; 
  36. [Run]
  37. Filename: "{app}\hasla.exe"; Description: "{cm:LaunchProgram}"; Flags: postinstall skipifsilent nowait
  38. Filename: "{app}\hasla.chm"; Description: "{cm:ShowManual}"; Flags: shellexec postinstall nowait
  39. Filename: "http://www.blitz-art.com"; Description: "{cm:VisitBLITZART}"; Flags: shellexec postinstall skipifsilent nowait
  40. Filename: "http://www.blitzart.fora.pl/viewforum.php?f5"; Description: "{cm:VisitForum}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  41. Filename: "http://www.gaijin.at/dlpg.php"; Description: "{cm:DownloadPassGen}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  42. [UninstallRun]
  43. Filename: "http://www.blitz-art.lsp.pl/index.php?s=deinstalacja&appid=5&ver=1.13&lng= + CustomMessage('LangSign')"; Flags: shellexec nowait
  44. [Icons]
  45. Name: "{group}\{cm:MyApp}"; Filename: "{app}\hasla.exe"; 
  46. Name: "{group}\{cm:ProgramOnTheWeb}"; Filename: "{app}\hasla.url"; 
  47. Name: "{group}\{cm:AppHistory}"; Filename: "{app}\historia.rtf"; Languages: "pl"; 
  48. Name: "{group}\{cm:AppLicense}"; Filename: "{app}\licencja.rtf"; Languages: "pl"; 
  49. Name: "{group}\{cm:AppHistory}"; Filename: "{app}\history.rtf"; Languages: "en de"; 
  50. Name: "{group}\{cm:AppLicense}"; Filename: "{app}\license.rtf"; Languages: "en de"; 
  51. Name: "{group}\{cm:UninstallProgram}"; Filename: "{uninstallexe}"; 
  52. Name: "{group}\{cm:AppManual}"; Filename: "{app}\hasla.chm"; 
  53. Name: "{userdesktop}\{cm:MyApp}"; Filename: "{app}\hasla.exe"; Tasks: desktopicon; 
  54. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{cm:MyApp}"; Filename: "{app}\hasla.exe"; Tasks: quicklaunchicon; 
  55. [Tasks]
  56. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:ShortcutIcons}"; 
  57. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:ShortcutIcons}"; 
  58. [UninstallDelete]
  59. Type: files; Name: "{app}\hasla.url"; 
  60. Type: files; Name: "{app}\hasla.cfg"; 
  61. [CustomMessages]
  62. en.AdditionalIcons=Additional icons:
  63. en.CreateDesktopIcon=Create a &desktop icon
  64. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. en.AssocFileExtension=&Associate %1 with the %2 file extension
  66. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  67. pl.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
  68. pl.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
  69. de.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  70. de.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  71. pl.LangName=polski
  72. pl.LangSign=PL
  73. pl.MyAppName=Has
  74. pl.MyAppVerName=Has
  75. a 1.13
  76. pl.MyApp=Has
  77. pl.LaunchProgram=&Uruchom program Has
  78. pl.ShowManual=&Zobacz dokumentacj
  79.  programu Has
  80. pl.VisitBLITZART=Odwied
  81.  serwis internetowy grupy programistycznej &BLITZ-ART
  82. pl.VisitForum=Odwied
  83.  &forum programu Has
  84. pl.DownloadPassGen=Sprawd
  85.  darmowy program do generowania hase
  86.  autorstwa Gaijina - &Password Generator
  87. pl.AppManual=Dokumentacja programu Has
  88. pl.ShortcutIcons=Ikony skr
  89. pl.UninstallProgram=Odinstaluj Has
  90. pl.NameAndVersion=Has
  91. a wersja 1.13
  92. pl.AdditionalIcons=Dodatkowe ikony:
  93. pl.CreateDesktopIcon=Utw
  94. rz na &pulpicie
  95. pl.CreateQuickLaunchIcon=Utw
  96. rz na pasku &szybkiego uruchamiania
  97. pl.ProgramOnTheWeb=Has
  98. a w Internecie
  99. pl.AppHistory=Historia wersji
  100. pl.AppLicense=Licencja programu
  101. pl.DefaultPasswordLine0=Wa
  102. ne, przeczytaj prosz
  103. pl.DefaultPasswordLine1=Pami
  104. taj, 
  105. eby przy pierwszym uruchomieniu programu u
  106.  domy
  107. lnego has
  108. a do logowania: blitz-art.
  109. pl.DefaultPasswordLine2=Po zalogowaniu nale
  110. y bezzw
  111. ocznie zmieni
  112.  domy
  113. lne has
  114. o na w
  115. asne unikatowe has
  116. pl.PortableHasla1=Dost
  117. pna jest specjalna wersja programu Has
  118. a przeznaczona do u
  119. ytku na urz
  120. dzeniach przeno
  121. nych!
  122. pl.PortableHasla2=Grupa programistyczna BLITZ-ART po wielu pro
  123. bach u
  124. ytkownik
  125. w postanowi
  126. a udost
  127. e specjaln
  128.  wersj
  129.  programu Has
  130. a, kt
  131. ra nie wymaga instalacji. Mo
  132.  skopiowa
  133.  na wszelkiego rodzaju pami
  134. ci przeno
  135. ne i u
  136.  bez instalacji. Ta specjalna, pozbawiona instalatora, wersja programu dost
  137. pna jest do pobrania z serwera grupy programistycznej BLITZ-ART.
  138. pl.PortableHasla3=Czy chcesz rozpocz
  139.  pobieranie pliku automatycznie (117kB, archiwum ZIP)? Wybranie przycisku 'Tak' zako
  140. czy dzia
  141. anie instalatora.
  142. en.LangName=english
  143. en.LangSign=EN
  144. en.MyAppName=Hasla (Passwords)
  145. en.MyAppVerName=Hasla (Passwords) 1.13
  146. en.MyApp=Hasla
  147. en.LaunchProgram=&Launch Hasla (Passwords)
  148. en.ShowManual=Show Hasla (Passwords) &manual [PL]
  149. en.VisitBLITZART=Visit &BLITZ-ART programming group website [PL]
  150. en.VisitForum=Visit Hasla (Passwords) &forum
  151. en.DownloadPassGen=Check out Gaijin's &Password Generator freeware tool
  152. en.AppManual=Hasla Manual
  153. en.ShortcutIcons=Shortcut icons:
  154. en.UninstallProgram=Uninstall Hasla
  155. en.NameAndVersion=Hasla version 1.13
  156. en.AdditionalIcons=Additional icons:
  157. en.CreateDesktopIcon=Create a &desktop icon
  158. en.CreateQuickLaunchIcon=Create a &quick launch icon
  159. en.ProgramOnTheWeb=Hasla on the Web
  160. en.AppHistory=Version history
  161. en.AppLicense=Program license
  162. en.DefaultPasswordLine0=Important, please read this!
  163. en.DefaultPasswordLine1=Remember to use program's default password when launching Hasla (Passwords) for the first time. This password is: blitz-art.
  164. en.DefaultPasswordLine2=After logging in please change this password to Your own immediately.
  165. en.PortableHasla1=A special portable edition of Hasla (Passwords) software is available for portable devices!
  166. en.PortableHasla2=BLITZ-ART programming group, after receiving many user requests, has decided to release a special portable edition of Hasla (Passwords) software that doesn
  167. t require installation process. This special version, that doesn
  168. t require setup, is available for download on BLITZ-ART programming group server.
  169. en.PortableHasla3=Do you want to start downloading the file now (117kB, ZIP archive)? Chosing 'Yes' will cancel the installation process.
  170. de.LangName=deutsch
  171. de.LangSign=DE
  172. de.MyAppName=Hasla (Passwords)
  173. de.MyAppVerName=Hasla (Passwords) 1.13
  174. de.MyApp=Hasla
  175. de.LaunchProgram=Hasla &starten
  176. de.ShowManual=Anleitung zu Hasla anzeigen [PL]
  177. de.VisitBLITZART=Webseite von &BLITZ-ART besuchen [PL]
  178. de.VisitForum=Hasla-&Forum besuchen
  179. de.DownloadPassGen=Gaijin's &Password Generator (Freeware) herunterladen
  180. de.AppManual=Anleitung zu Hasla
  181. de.ShortcutIcons=Abk
  182. rzung Symbole:
  183. de.UninstallProgram=Hasla entfernen
  184. de.NameAndVersion=Hasla Version 1.13
  185. de.AdditionalIcons=Zus
  186. tzliche Symbole:
  187. de.CreateDesktopIcon=&Desktop-Symbol anlegen
  188. de.CreateQuickLaunchIcon=Symbol in der &Schnellstartleiste anlegen
  189. de.ProgramOnTheWeb=Hasla-Webseite
  190. de.AppHistory=Versions-Historie
  191. de.AppLicense=Programmlizenz
  192. de.DefaultPasswordLine0=Wichtig, bitte lesen!
  193. de.DefaultPasswordLine1=Wenn Sie Hasla (Passw
  194. rter) das erste Mal starten, verwenden Sie bitte "blitz-art" als Einstiegspasswort.
  195. de.DefaultPasswordLine2=Danach sollten Sie unverz
  196. glich das Passwort 
  197. ndern.
  198. de.PortableHasla1=Das Programm Hasla (Passwords) ist auch f
  199. r USB-Sticks verf
  200. gbar!
  201. de.PortableHasla2=BLITZ-ART bietet auch eine Portable-Edition von Hasla (Passwords) an, die keine Installation ben
  202. tigt. Diese kann von unserem Webserver heruntergeladen werden.
  203. de.PortableHasla3=M
  204. chten Sie die Datei jetzt herunterladen (117kB, ZIP-Archiv)? Zum Abbrechen der Installation w
  205. hlen Sie bitte 'Ja'.
  206. [Languages]
  207. ; These files are stubs
  208. ; To achieve better results after recompilation, use the real language files
  209. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.rtf"; InfoBeforeFile: "embedded\enInfoBefore.rtf"; InfoAfterFile: "embedded\enInfoAfter.rtf"; 
  210. Name: "pl"; MessagesFile: "embedded\pl.isl"; LicenseFile: "embedded\plLicense.rtf"; InfoBeforeFile: "embedded\plInfoBefore.rtf"; InfoAfterFile: "embedded\plInfoAfter.rtf"; 
  211. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.rtf"; InfoBeforeFile: "embedded\deInfoBefore.rtf"; InfoAfterFile: "embedded\deInfoAfter.rtf"; 
  212.